home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-08-08  |  417b  |  18 lines

  1. strCardUrl = _url;
  2. n4MaxLoopCount = 10;
  3. n4LoopCount = 0;
  4. ADSDefault = "http://cdn.dearyou.com/ads/default/";
  5. strLoadingFileName = "loading.swf";
  6. strCopyrightFileName = "copyright_forWhite.swf";
  7. strReplayFileName = "replay.swf";
  8. if(length(ADSSender) > 0)
  9. {
  10.    ADSSender = unescape(ADSSender);
  11.    ADS = "";
  12.    this.loadVariables(ADSSender);
  13. }
  14. else if(length(ADS) <= 0)
  15. {
  16.    ADS = escape(ADSDefault);
  17. }
  18.